<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
  <title>Johannes Kepler (Pt. 6 of 22) - posted by cereal btt (cereal) - tangle.com</title>
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />  
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="description" content="Johannes Kepler (Pt. 6 of 22) - Finding the path to finding what the ancient skies looked like. Star,of,Bethlehem,East,Sky,Jesus,Birth " />
  <meta name="keywords" content="Johannes Kepler (Pt. 6 of 22)Star,of,Bethlehem,East,Sky,Jesus,Birth, videos, christian videos, family-friendly videos, music videos, family videos, rate videos, watch videos" />
  <meta name="gsa_id" content="video" />
  <link rel="stylesheet" type="text/css" href="http://www.tangle.com/files/css_833c6613fe86eed1c11abf7113f9425d.css?cc=20091117_2" media="screen" />

  
  <script type="text/javascript" src="http://www.tangle.com/files/js_61f347d32a75a1d9c3d621c514384d8e.js?cc=20091117_2"></script>

  
  
  <script type="text/javascript">
    var ads = new Ad('http://ad.doubleclick.net/adj/gtb.tangle/view_video;','ci=57672;l=1;m=video;vc=1;vl=4;');
    var ord = ads.ord;
    $(document).ready(function() {
      $("#tangle-masthead-login-button").click(function(){
        $("#globalLoginFormMsg").html('');
        $('#tangle-masthead-global-login').fadeIn('slow');
        $("input#emailAddress").focus(); 
      });
      $("a.tangle-login-close").click(function(){
        $('#tangle-masthead-global-login').fadeOut('slow');
        return false;
      });
      $('a.tab-photos').click(function(){
        $("#featured-photo-container").show();
        return true;
      });
      $('a.tab-people').click(function(){
        $("#featured-people-container").show();
        return true;
      });
    });
  </script>
  

  <!--[if IE 7]>
  <link href="http://compress.tangle.com/themes/tangle/css/ie7.css?cc=20091117_2" type="text/css" rel="stylesheet" media="screen" />
  
  <script type="text/javascript">
  $(document).ready(function() {
    $("input#emailAddress, input#userPassword").focus(function(){
      $(this).css("background","#FFFF99");
      return false;
    });
    
    $("input#emailAddress, input#userPassword").blur(function(){
      $(this).css("background","#FFF");
      return false;
    });
  });
  </script>
  
  <![endif]-->
  
  <!--[if GT IE 7]>
  <link href="http://compress.tangle.com/themes/tangle/css/ie8.css?cc=20091117_2" type="text/css" rel="stylesheet" media="screen" />
  <![endif]-->
  
</head>
<body id="tangle-page-home" class="tangle">
  <h1>Johannes Kepler (Pt. 6 of 22) - posted by cereal btt (cereal) - tangle.com</h1>
  <!-- HEADER -->
  <div id="tangle-container-header">
    <!-- Flash Communication Available Basic Vars -->
<div>
    <input type="hidden" id="fv_subdomain" name="fv_subdomain" value="www" />
    <input type="hidden" id="fv_userid" name="fv_userid" value="" />
	<input type="hidden" id="fv_userIcon" name="fv_userIcon" value="" />
	<input type="hidden" id="fv_username" name="fv_username" value="" />
    <input type="hidden" id="fv_viewusername" name="fv_viewusername" value="" />   
</div>
<!--[if lte IE 7]>
  <script type="text/javascript">
    $(document).ready(function() {
 
      $('ul#account-select li:first-child').css({'display': 'block', 'width' : '100px'});
      $('ul#account-select li:first-child a').css({'width' : '100px'});
      
      $('ul#account-select').hover(function (){
        $('ul#account-select li').css('display', 'block');
      }, function(){
        $('ul#account-select li').css('display', 'none');
        $('ul#account-select li:first-child').css({'display': 'block', 'width' : '100px'});
      });
      
      $('ul#account-select li:first-child a').hover(function (){
      $('ul#account-select li:first-child a span').css({'display': 'block', 'width' : '200px'});
      }, function(){
      $('ul#account-select li:first-child a span').css({'display': 'none', 'width' : '100px'});     
      });
      return false;
    });
  </script>
<![endif]-->
<script type="text/javascript">
$(document).ready(function(){

  $("input#main-nav-search").attr("value", "SEARCH");
  $("input#main-nav-search").blur();
  
  $("form#globalLoginForm1").keypress( function(e) {
    switch (e.which) {
      case 13:
        doLogin();
        return false;
        break;
    }
  });
  /*
  $("#globalSubmitLogin1").click(function(){ 
    try    {
      doLogin();
      return false;
    } catch(err) {
      alert('login fail: '+err);
    }
  });  
  */
  
  /*
  $("#ticker-data").cycle({
    fx:      'scroll', 
    speed:   1000,    
    timeout: 8000, 
    delay:   2000,
    pause: 1   
  });
  
  $("#ticker-data").show();
  */
  
  // masthead search default and blur
  // if search field says Search it gets cleared
  $("input#main-nav-search").focus(function(){  
    $("input#main-nav-search").css("color","#000");
    if ( $(this).attr("value") == "SEARCH")
        $(this).attr("value","");
  });
  
  // if search field contains "SEARCH" field is set to blank and focused, if search field is blank replace field with "SEARCH"
  $("input#main-nav-search-btn").click(function(){
   if($("input#main-nav-search").attr("value")=="SEARCH"){
     $("input#main-nav-search").attr("value","");
     $("input#main-nav-search").focus();
     return false;
   }else if($("input#main-nav-search").attr("value")==""){
     $("input#main-nav-search").attr("value", "SEARCH")
     $("input#main-nav-search").css("color","#999999");
     return false;
   }
  });

  // Expand Login Panel
  $("#main-nav-login-btn-toggle-open").click(function(){
    $("div#main-sub-nav-bar").slideDown("slow");
  });  
  
  // Collapse Login Panel
  $("#main-nav-login-btn-toggle-close").click(function(){
    $("div#main-sub-nav-bar").slideUp("slow");  
  });    
  
  // Switch buttons from "Log In" to "Log In" on click
  // This is for scalability reasons in case we want to change
  // the labels of the links ex. open to close
  $("#toggle a").click(function () {
    $("#toggle a").toggle();
  });  
  
});
/*
function doLogin() {
  $.post('/ajax/login.php', { action: 'login', email: $.base64Encode($("#emailAddress").val()), pass: $.base64Encode($("#userPassword").val()), globalRememberMe: $("#globalRememberMe:checked").val()}, 
  function(msg) {
    if(msg == "loggedin") {
      //$("#tangle-masthead-global-login").fadeOut('slow');
      var theURL = document.location.toString();
      if (theURL.match('/login')) { 
        window.location.href = '/';
        } else {
        location.reload(); 
      };
      return false;
    }
    else {
      //$("#globalLoginFormMsg").html(msg);
      window.location.href = '/login?err=You have entered an incorrect email or password. Please verify your information and try again.';
      return false;
    }
  });
} */

  $.ajax({
			dataType: 'jsonp',
			data: '&url=/view_video?viewkey=9cc9f8200aed72581518',
			jsonp: 'callback',
			url: 'http://connect.tangle.com/includes/js/oc.php',
			
			success: function (data) {
				if(data != false) { window.location = data; }
			},
		});
  
</script>

<div id="tangle-masthead">
  
  <div id="main-nav-bar">
    <div class="center-wrapper">
      
      <a href="/" title="tangle.com"><img id="main-nav-logo" alt="tangle.com" src="http://images.tangle.com/themes/tangle/img/tangle_header_v2/main-nav-logo.gif" height="42px" width="71px" /></a>
            <a href="/signup" title="Join"><img id="main-nav-join-btn" alt="Join" src="http://images.tangle.com/themes/tangle/img/tangle_header_v2/joinv2.png" height="22px" width="46px" /></a>
            <!-- end :: logo and about link -->
      
      <ul id="main-nav-links">
        <!-- <li><a class="txt-12 dark-orange" href="/churches"><img id="new-churches" src="http://images.tangle.com/themes/tangle/img/tangle_header_v2/newv2.png" alt="new" /> CHURCHES</a></li>
        --><li><a class="txt-12 white" href="/video">VIDEOS</a></li>
        <li><a class="txt-12 white" href="/people">PEOPLE</a></li>
        <li><a class="txt-12 white" href="/music">MUSIC</a></li>
        <li><a class="txt-12 white" href="/groups_landing">GROUPS</a></li>
        <li><a class="txt-12 white" href="/photo">PHOTOS</a></li>
        <!-- <li><a class="txt-12 white bold" href="/tools">TOOLS</a></li> -->
        <li><a class="txt-12 white" href="/bible">BIBLE</a></li>
        <li><a class="txt-12 white" href="/prayers">PRAYERS</a></li>
        <li><a class="txt-12 dark-orange" href="http://christiangiver.com/?utm_source=tangle&utm_medium=Link&utm_content=StoreLink09&utm_campaign=NavBarNov"><img id="new-store" src="http://images.tangle.com/themes/tangle/img/tangle_header_v2/newv2.png" alt="new" /> STORE</a></li>
        <!-- 
        <li id="toggle">
          <a id="main-nav-login-btn-toggle-open" class="txt-12 orange bold" href="#" onclick="return false;">LOG IN</a>
          <a id="main-nav-login-btn-toggle-close" class="display-none txt-12 orange bold" href="#" onclick="return false;">LOG IN</a>
        </li>
        -->
      </ul>
      <!-- end :: main-nav-links -->
      
      <ul id="main-nav-utility">
        <li class="utility-btns"><a href="/upload" title="Upload"><img id="main-nav-upload-btn" alt="Upload" src="http://images.tangle.com/themes/tangle/img/tangle_header_v2/uploadv2.png" height="22px" width="62px" /></a></li>
        <li class="utility-search">
          <form id="globalSearchForm" action="/search" method="get">
            <input type="hidden" name="page" value="1" />
            <input type="hidden"  name="search_type" value="all" />
            <input id="main-nav-search" class="txt-11 dark-gray" type="text" name="search_text" value="SEARCH" />
            <script type="text/javascript">
              
              $(document).ready(function() {
                $('#main-nav-search').autocomplete({ serviceUrl:'/ajax/autoc.php', typeID:'tangle-global-search-type' });
              });
              
            </script> 
            <input id="main-nav-search-btn" class="txt-11 dark-gray" name="search_text" type="image" title="Search" src="http://images.tangle.com/themes/tangle/img/tangle_header_v2/magglassv2.png" />
          </form>
        </li>
      </ul>
      <!-- end :: main-nav-utility -->
      
    </div>
    <!-- end :: center-wrapper -->
  </div>
  <!-- end :: main-nav-bar -->

      <div id="main-sub-nav-bar">
    <a name="globallogin"></a>
    <div class="center-wrapper">
    <span class="txt-12"><a id="tangle-verse-link" href="/whatistangle">"I am the vine; you are the branches." John 15:5a</a></span>
      <ul id="main-nav-login-form">
        <form id="globalLoginForm1" action="http://connect.tangle.com/login" method="post">
        <li><p class="float-left txt-11 dark-gray bold padding-top-3px padding-right-3px">EMAIL: </p><input class="float-left txt-11" type="text" id="emailAddress" value="" tabindex="1" name="cp_login_email" /></li>
        <li><p class="float-left txt-11 dark-gray bold padding-top-3px padding-right-3px">PASSWORD: </p><input class="float-left txt-11" type="password" id="userPassword" tabindex="2" name="cp_login_password" /></li>
        <li>
          <input name="action" value="Log+In" type="hidden">
          <input name="next" value="/view_video?viewkey=9cc9f8200aed72581518" type="hidden">
          <input id="globalSubmitLogin1" title="Login" type="submit" value="" />
        </li>
        <li>
          <input class="float-left" name="remember_me" type="checkbox" checked="checked" id="globalRememberMe" name="remember_me" /><p class="float-left txt-11 dark-gray padding-top-2px">Remember Me</p>      
        </li>
        <li>
          <a id="main-nav-forgot-pass" class="underline txt-11 dark-gray" href="/recoverpass">Forgot your password?</a>
        </li> 
        </form>
      </ul>
    </div>
  </div> 
  <!-- end :: main-sub-nav-bar -->
  <div class="clear_both">&nbsp;</div>
</div>
<!-- end :: tangle-masthead -->
<div class="clear_both">&nbsp;</div>
<div id="header-msg-container">
  <div id="header-msg-content">
    <ul id="header-msg">
      
            
      <li id="msg-title">
        <p class="white bold">
    	        	       JOIN OUR CHRISTIAN<br /> SOCIAL NETWORK
    	      
        </p>      
      </li>
      <li id="msg-text">      
        <p class="white">        
    	                Unite the body of Christ by sharing pictures, blogs, videos, BIble comments, sermons, prayers and Christian music with your Church, family, and friends.
                  </p>     	 
      </li>
      <li id="msg-btn">
        <a href="/signup" title="Join tangle Today!"><img alt="Join tangle Today!" src="/themes/tangle/img/tangle_header_v2/big_join_btn2.gif" height="38" width="118" /></a>
      </li>
      
            
    </ul>
    <!--
    <div id="header-msg">
      <p class="msg-one white bold">
  	    JOIN OUR CHRISTIAN<br /> SOCIAL NETWORK
  	           </p>
      <p class="msg-two white">
  	    Unite the body of Christ by sharing pictures, blogs, videos, BIble comments, sermons, prayers and Christian music with your Church, family, and friends.
  	      	 </p>
  	 <div class="clear_both">&nbsp;</div>
	 </div>
	 -->
	 <div class="clear_both">&nbsp;</div>
  </div>
</div>
<div class="clear_both">&nbsp;</div>
  </div>
  <!-- end :: tangle-container-header -->
  
  <div id="tangle-container-skin">
    <div id="tangle-container-page">
      <div id="tangle-ad-chameleon">
        <!-- begin ad tag -->
<script type="text/javascript">
//<![CDATA[
document.write('<script type="text\/javascript" src="'+ads.getTag("header_col1_multi","2","960x275,728x90")+'"><\/script>');
//]]>
</script>
<noscript><a href="http://ad.doubleclick.net/jump/gtb.tangle/view_video;pos=header_col1_multi;ci=57672;l=1;m=video;vc=1;vl=4;tile=2;sz=960x275,728x90;ord=123456789?" target="_blank" ><img src="http://ad.doubleclick.net/ad/gtb.tangle/view_video;pos=header_col1_multi;ci=57672;l=1;m=video;vc=1;vl=4;tile=2;sz=960x275,728x90;ord=123456789?" border="0" alt="" /></a></noscript>
<!-- end ad tag -->
      </div>
      <!-- CONTENT -->
      <div id="tangle-container-content">
                        <link rel="image_src" href="http://images.tangle.com/thumb/6/77/1_57672.jpg" />

<script type="text/javascript">
  $(document).ready(function() {
    
    $("#autoSelectEmbedImage, #autoSelectURLImage").hover(function() {
     $(this).css("cursor","pointer");
    },function(){
     $(this).css();
     return false;
    });

    // Copy all text inside each input.
    $("input.autoSelectInput").click(function() {
      $(this).select();
    });
    $("img#autoSelectEmbedImage").click(function() {
      $('input#embedSource').select();	
    });
    $("img#autoSelectURLImage").click(function() {
      $('input#videoURLField').select();
    });
    
    init_comments(1, '9cc9f8200aed72581518');
    
    
    // script for tab controls below video player and removes active class and appends to clicked item
    $('#video-comment-tabs ul li').click(function(){
      if($('#video-comment-tabs ul li').hasClass('video-active-tab')) {
        $('#video-comment-tabs ul li').removeClass('video-active-tab');
        $(this).addClass('video-active-tab');
      };
      return false;
    });
    
    // comment tab
    $('li#comment-display-tab').click(function() {
      $('#video-options').hide();
      $('#video-comments-load-area').show();
      $('#loggedout-control').show();
      $('#channels').hide();
      return false;
    });
    // video options tab
    $('li#video-options-display-tab').click(function() {
      $('#video-options').show();
      $('#video-comments-load-area').hide();
      $('#loggedout-control').hide();
      $('#channels').hide();
      return false;
    });
    // channels tab
    $('li#channels-display-tab').click(function() {
      $('#video-options').hide();
      $('#video-comments-load-area').hide();
      $('#channels').show();
      return false;
    });
    
    // read more video description toggle
    $('a.read-more-open').click(function() {
      $('.read-more-toggle-container').show();
      $('.read-more-short-description').hide();
      return false;
    });
    
    $('a.read-more-close').click(function() {
      $('.read-more-toggle-container').hide();
      $('.read-more-short-description').show();
      return false;
    });
  });
  
  function init_comments(page, viewkey) {
    $.get( "/view_video_actions.php?viewkey="+viewkey,
     { action: 'change_pages', page: page, viewkey: viewkey },
     function(value) {
       jQuery("#video-comments-load-area").html(value);
      });
  }

  function page(page, viewkey) {
    $.post( "/view_video_actions.php?viewkey="+viewkey,
     { action: 'change_pages', page: page, viewkey: viewkey },
     function(value) {
       jQuery("#video-comments-load-area").html(value);
       $.scrollTo($("#video-comments-load-area"),800);
      });
  }
  
  function submit_comments(){
    var postedComment = $('#txtComments').val();
    var viewkey = $('#viewkey').val();
    
    var req = jQuery.post( 
      "/view_video_actions.php?viewkey="+viewkey, 
      { post_comment: postedComment,
        action: "post_comment" }, 
      function(html){
      
        jQuery('#submited_comment').html(html);
        req = null;
        $('#submited_comment').html('Thanks for adding your comment. Our content team will review it and once approved, it will appear on the site.');
        $('#submit_comment').hide();
      
      });
  }
  
/*
  $(document).ready(function() {
    jQuery('.previous-video-arrow-overlay, .next-video-arrow-overlay, .video-overlay-small').hover(function() {
      jQuery(this).css('cursor','pointer');
    });
  });
*/
  

jQuery(document).ready(function() {
  $('a.remove_friend').click(function() {
    var newTitle = $(this).attr("title");
    var newUrl = $(this).attr("href");
    var txt = 'Are you sure you want to '+newTitle+'?';
    var idbreak = $(this).attr('id').lastIndexOf("_");
    var user_id = $(this).attr('id').substring(idbreak+1,$(this).attr('id').length);
    $.prompt(txt,{
        callback: removeFriend,
        buttons: { Yes: user_id, No: false }, focus: 1
    });
    return false;
  });

  $('a.add_friend').click(function() {
    var newTitle = $(this).attr("title");
    var newUrl = $(this).attr("href");
    var txt = 'Are you sure you want to '+newTitle+'?';
    var idbreak = $(this).attr('id').lastIndexOf("_");
    var user_id = $(this).attr('id').substring(idbreak+1,$(this).attr('id').length);
    $.prompt(txt,{
        callback: addFriend,
        buttons: { Yes: user_id, No: false }, focus: 1
    });
    return false;
  });
});

function removeFriend(id) {
  if(id) {
    $.post('/ajax/friends.php', {
          action: 'remove',
          id: id
        },
        function() {
          $("#remove_"+id).replaceWith('<a id="add_" href="#" class="add_friend" title="Add  as a Friend"><img src="themes/tangle/img/tangle_content/btn-orange-add-friend.gif" alt="Add Friend" height="30" width="130" /></a>');
          $("#feature_"+id).toggle();
          $("#unfeature_"+id).toggle();
        });
  }
  else {
    return false;
  }
}

function addFriend(id) {
  if(id) {
    $.post('/ajax/friends.php', {
          action: 'add',
          id: id
        },
        function() {
          $("#add_"+id).replaceWith('Added');
        });
  }
  else {
    return false;
  }
}
</script>


  <link rel="image_src" href="http://images.tangle.com/thumb/6/77/1_57672.jpg" />

  <div class="display-none"><!-- begin ad tag -->
<script type="text/javascript">
//<![CDATA[
document.write('<script type="text\/javascript" src="'+ads.getTag("body_skin","1","1x1")+'"><\/script>');
//]]>
</script>
<noscript><a href="http://ad.doubleclick.net/jump/gtb.tangle/view_video;pos=body_skin;l=1;m=video;vc=1;vl=4;tile=1;sz=1x1;ord=123456789?" target="_blank" ><img src="http://ad.doubleclick.net/ad/gtb.tangle/view_video;pos=body_skin;l=1;m=video;vc=1;vl=4;tile=1;sz=1x1;ord=123456789?" border="0" alt="" /></a></noscript>
<!-- end ad tag -->
</div>
  <!-- begin top rounded corners -->
  <div class="slidingContainerCorners">
    <div class="slidingContainerTopLeftWhite">&nbsp;</div>
    <div class="slidingContainerTopRightWhite">&nbsp;</div>
    <div class="slidingContainerFillWhite">&nbsp;</div>
  </div>
  <!-- end top rounded corners -->

  <!-- begin slidngContainerContentWhite -->
  <div class="slidngContainerContentWhite">
  <div id="viewvideo-container">
    
    <div id="video-tabs">
      <ul>
        <!-- <li class="video-active-tab"><a class="black">Now Playing</a></li> -->
        <li><a href="/video?category=popular_today" class="black">Most Popular</a></li>
        <li><a href="/video?category=added_today" class="black">New Videos</a></li>
        <li><a href="/video?category=featured" class="black">Featured</a></li>
        <!-- <li><a href="" class="black">Channels</a></li> -->
        <li><a href="/video?category=discussed_today" class="black">Most Discussed</a></li>
        <li><a href="/downloads" class="black">Downloads <img src="http://images.tangle.com/themes/tangle/img/view_video/new-download.png" alt="new>" /></a></li>
        <!-- <li><a href="" class="black">Most Favorited</a></li> -->
      </ul>
      <div class="clear_both">&nbsp;</div>
    </div>
    <!-- end #video-tabs -->

      <div id="video-title-left">
        <p class="videoTitle txt-20">
          Johannes Kepler (Pt. 6 of 22) <span class="orange bold">123 Views</span>  
          <a href="/send_to_friend?v=9cc9f8200aed72581518" title="E-Mail this video"><img src="http://images.tangle.com/themes/tangle/img/view_video/email_this_video_button.png" alt="Email this video" /></a> <img src="http://track.tangle.com/?module=imp&action=impression&command=v|57672">
        </p>
      </div>
      <div class="clear_both">&nbsp;</div>
    <div id="tangle-viewvideo-leftcolumn" class="txt-12">
      <div class="clear_both">&nbsp;</div>
      <div id="video-player-container">
        <div id="flash-container-column">
          <script type="text/javascript" src="http://compress.tangle.com/js/flash/swfobject.js"></script>
<script type="text/javascript">

        var flashvars = {};
        flashvars.UID = '';
        flashvars.viewkey = '9cc9f8200aed72581518';
        flashvars.playlistPath = 'http://xml.tangle.com/playlist/media/video/9cc9f8200aed72581518?20091117_2';
        flashvars.v_pre_tags = ';pos=video_player_prevideo;ci=57672;l=1;m=video;vc=1;vl=4;tile=4;sz=1111x1;ord=' + ord + '?';
        flashvars.v_post_tags = ';pos=video_player_postvideo;ci=57672;l=1;m=video;vc=1;vl=4;tile=5;sz=1111x1;ord=' + ord + '?';
        flashvars.i_tags = ';pos=video_player_image;ci=57672;l=1;m=video;vc=1;vl=4;tile=6;sz=1111x1;ord=' + ord + '?';
        flashvars.o_tags = ';pos=video_player_overlay;ci=57672;l=1;m=video;vc=1;vl=4;tile=7;sz=1111x1;ord=' + ord + '?';
        flashvars.autoplay = '1';
        flashvars.cacheToken = '20091117_2';

        var params = {};
        params.allowfullscreen = "true";
        params.allowscriptaccess = "always";
        params.wmode = "transparent";
	params.bgcolor = "#000000";
        var attributes = {};
        attributes.id = "swf_media_player"; 

        
		var swfName = "http://compress.tangle.com/flash/swf/mediaplayer_30007.swf";
	

  function outputStatus(e) {
      //alert("e.success = " + e.success + "\ne.altId = " + e.altId + "\ne.objId = " + e.objId +"\ne.objRef = "+ e.objRef);
  }

  swfobject.embedSWF(swfName, "flash_container", "546", "458", "9.0.0", "/flash/swf/expressInstall.swf", flashvars, params, attributes, outputStatus);

</script>
<div id="flash_container"></div>

        </div>
        <!-- end flash-container-column -->
        <div id="video-share-column">
          <ul>
            <!-- <li class="padding-bottom-10px"><img src="http://images.tangle.com/themes/tangle/img/view_video/share_seperator.gif" alt="share_seperator" /></li> -->
            
            <li class="padding-top-16px padding-bottom-12px"><img src="http://images.tangle.com/themes/tangle/img/view_video/share_this.gif" alt="Share This" /></li>            
            <li><a href="http://track.tangle.com/?module=url&action=passthrough&command=facebook_share&url=http%3A%2F%2Fwww.facebook.com%2Fsharer.php%3Fu%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518%26mui%3Df3e234641d8e960ac0bbbb57739534e9" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/facebook_button.png" alt="Facebook" /></a></li>
            <li><a href="http://track.tangle.com/?module=url&action=passthrough&command=myspace_share&url=http%3A%2F%2Fwww.myspace.com%2FModules%2FPostTo%2FPages%2F%3Fu%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518%26t%3DJohannes+Kepler+%28Pt.+6+of+22%29%26c%3D%3Cembed+src%3D%22http%3A%2F%2Fwww.tangle.com%2Fflash%2Fswf%2Fflvplayer.swf%22+FlashVars%3D%22viewkey%3D9cc9f8200aed72581518%22+wmode%3D%22transparent%22+quality%3D%22high%22+width%3D%22330%22+height%3D%22270%22+name%3D%22tangle%22+align%3D%22middle%22+allowScriptAccess%3D%22always%22+type%3D%22application%2Fx-shockwave-flash%22+pluginspage%3D%22http%3A%2F%2Fwww.macromedia.com%2Fgo%2Fgetflashplayer%22+%2F%3E%3C%2Fembed%3E" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/myspace_button.png" alt="Myspace" /></a></li>
            <li><a href="http://track.tangle.com/?module=url&action=passthrough&command=linkedin_share&url=http%3A%2F%2Fwww.linkedin.com%2FshareArticle%3Fmini%3Dtrue%26ro%3Dtrue%26url%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/linkedin_button.png" alt="LinkedIn" /></a></li>
            <li><a href="http://track.tangle.com/?module=url&action=passthrough&command=delicious_share&url=http%3A%2F%2Fdelicious.com%2Fsave%3Furl%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/delicious_button.png" alt="Delicious" /></a></li>
            <li><a href="http://track.tangle.com/?module=url&action=passthrough&command=digg_share&url=http%3A%2F%2Fdigg.com%2Fsubmit%3Furl%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518%26title%3DVideo%2520-%2520Johannes+Kepler+%28Pt.+6+of+22%29%26bodytext%3DFinding+the+path+to+finding+what+the+ancient+skies+looked+like.%26media%3Dvideo" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/digg_button.png" alt="Digg" /></li>
            <li><a href="http://track.tangle.com/?module=url&action=passthrough&command=twitter_share&url=http%3A%2F%2Ftwitter.com%2Fhome%3Fstatus%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518%20-%20Johannes+Kepler+%28Pt.+6+of+22%29" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/twitter_icon.png" alt="Twitter" /></a></li>
            <li class="seperator"><img src="http://images.tangle.com/themes/tangle/img/view_video/share_seperator.gif" alt="share_seperator" /></li>
            <li><a href="/send_to_friend?v=9cc9f8200aed72581518"><img src="http://images.tangle.com/themes/tangle/img/view_video/email-this.gif" alt="email_this_envelope_button" /></a></li>
          </ul>
          <ul>
                        
          </ul>
          
        </div>
        <!-- end video-share-column -->
        <div class="clear_both">&nbsp;</div>
        
        <div id="video-nav-toolbar">
          <ul>
            <li id="toolbar-left">
              <a href="/view_video?viewkey=9d93af2ad9603af266dd"><div class="previous-video-arrow-overlay">&nbsp;</div><img class="video-thumb-nav" src="http://thumbs.tangle.com/e1/thumb/29/65/1_286463.jpg" alt="Billy Graham - True Happiness" /></a><br />
              <a href="/view_video?viewkey=9d93af2ad9603af266dd"><img src="http://images.tangle.com/themes/tangle/img/viewvideo/previous_video_button.gif" alt="Billy Graham - True Happiness" /></a>
            </li>
            <li id="toolbar-middle">
              SHARE: <a href="http://track.tangle.com/?module=url&action=passthrough&command=facebook_share&url=http%3A%2F%2Fwww.facebook.com%2Fsharer.php%3Fu%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518%26mui%3Df3e234641d8e960ac0bbbb57739534e9" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/facebook_button.png" alt="Facebook" /></a> <a href="http://track.tangle.com/?module=url&action=passthrough&command=myspace_share&url=http%3A%2F%2Fwww.myspace.com%2FModules%2FPostTo%2FPages%2F%3Fu%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518%26t%3DJohannes+Kepler+%28Pt.+6+of+22%29%26c%3D%3Cembed+src%3D%22http%3A%2F%2Fwww.tangle.com%2Fflash%2Fswf%2Fflvplayer.swf%22+FlashVars%3D%22viewkey%3D9cc9f8200aed72581518%22+wmode%3D%22transparent%22+quality%3D%22high%22+width%3D%22330%22+height%3D%22270%22+name%3D%22tangle%22+align%3D%22middle%22+allowScriptAccess%3D%22always%22+type%3D%22application%2Fx-shockwave-flash%22+pluginspage%3D%22http%3A%2F%2Fwww.macromedia.com%2Fgo%2Fgetflashplayer%22+%2F%3E%3C%2Fembed%3E" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/myspace_button.png" alt="Myspace" /></a> <a href="http://track.tangle.com/?module=url&action=passthrough&command=linkedin_share&url=http%3A%2F%2Fwww.linkedin.com%2FshareArticle%3Fmini%3Dtrue%26ro%3Dtrue%26url%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/linkedin_button.png" alt="LinkedIn" /></a> <a href="http://track.tangle.com/?module=url&action=passthrough&command=twitter_share&url=http%3A%2F%2Ftwitter.com%2Fhome%3Fstatus%3Dhttp%3A%2F%2Fwww.tangle.com%2Fview_video.php%3Fviewkey%3D9cc9f8200aed72581518%20-%20Johannes+Kepler+%28Pt.+6+of+22%29" target="_blank"><img src="http://images.tangle.com/themes/tangle/img/share_buttons/twitter_icon.png" alt="Twitter" /></a> <a href="/send_to_friend?v=9cc9f8200aed72581518" title="E-Mail this video"><img src="http://images.tangle.com/themes/tangle/img/viewvideo/email_it_button.gif" alt="Email this video" /></a>
                            <br /><br />
              <p class="padding-bottom-12px txt-11">
              <ul class="embed-links">
                <li class="embed-url">URL: <input class="autoSelectInput" type="text" style="width:70px;" id="embedSource" value='<embed src="http://www.tangle.com/flash/swf/flvplayer.swf" FlashVars="viewkey=9cc9f8200aed72581518" wmode="transparent" quality="high" width="330" height="270" name="tangle" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>' /> <img src="http://images.tangle.com/themes/tangle/img/view_video/note_icon.jpg" alt="note_icon" id="autoSelectEmbedImage" /><br /><span class="white">Embed Video</span></li>
                <li><input class="autoSelectInput" style="width:70px;" type="text" id="videoURLField" value="http://www.tangle.com/view_video?viewkey=9cc9f8200aed72581518"/> <img src="http://images.tangle.com/themes/tangle/img/view_video/note_icon.jpg" alt="note_icon" id="autoSelectURLImage" /><br /><span class="white">Direct Link</span></li>
              </ul>
              
            </li>
            <li id="toolbar-right">
              <a href="/view_video?viewkey=f339597162fb43738e39"><div class="next-video-arrow-overlay">&nbsp;</div><img class="video-thumb-nav" src="http://thumbs.tangle.com/e1/thumb/13/73/1_127270.jpg" alt="Never Too Early - BluefishTV.com" /></a><br />
              <a href="/view_video?viewkey=f339597162fb43738e39"><img src="http://images.tangle.com/themes/tangle/img/viewvideo/next_video_button.gif" alt="Never Too Early - BluefishTV.com" /></a>
            </li>
          </ul>
        </div>

        <div class="clear_both">&nbsp;</div>

      </div>
      <!-- end video-player-container -->
      
      <div id="video-comment-tabs">
        <ul>
          <li id="comment-display-tab" class="video-active-tab"><a href="#comments" class="black">Comments <span class="aqua">(0)</span></a></li>
          <li id="video-options-display-tab"><a href="#" class="black">Video Options</a></li>
          <!--<li id="channels-display-tab"><a href="#" class="black">Channels</a></li>-->
        </ul>
      </div>
      <!-- end #video-tabs -->
      <div class="clear_both">&nbsp;</div>
      <!-- if logged out comment form -->
              <div id="loggedout-control">
        <ul id="vid-comment-logged-out-comment">
          <li><a class="aqua" href="/login?msg=You will be returned to your video to comment after logging in.&next=/view_video?viewkey=9cc9f8200aed72581518#comments"><img src="http://images.tangle.com/themes/tangle/img/viewvideo/post_comment_button.jpg" alt="Post A Comment" /></a></li>
          <li><span><a class="orange" href="/login?msg=After loging in you will be directed to the Video Johannes Kepler (Pt. 6 of 22)&next=/view_video_php?viewkey=9cc9f8200aed72581518#comments">Log In</a> or <a href="/signup" class="orange">Sign Up</a> to post a comment</span></li>
          <!--  <li><a class="aqua cssModal" href="#/ajax/tpl_load.php?tpl=modal/login"><img src="http://images.tangle.com/themes/tangle/img/viewvideo/post_comment_button.jpg" alt="Post A Comment" /></a></li>
          <li><span><a class="orange cssModal" href="#/ajax/tpl_load.php?tpl=modal/login">Log In</a> or <a href="/signup" class="orange">Sign Up</a> to post a comment</span></li> -->
        </ul>
        <div class="clear_both">&nbsp;</div>
        </div>
            <a name="comments"></a>
      <div id="video-comments-load-area" class="margin-top-16px">
      </div>
      <!-- end comment load area -->
      
      <div id="video-options" style="display:none;">
        <ul>
                    <li class="option-left"><a href="#/ajax/tpl_load.php?tpl=modal/add_favorite" class="cssModal" title="Add this video to your favorites"><img src="http://images.tangle.com/themes/tangle/img/viewvideo/add_to_favorites_button.jpg" alt="Add to Favorites" /></a></li>
          <li class="txt-14">0 people favorited this video. Add it to your favorites.</li>
                  </ul>
        <div class="dashed-clear">&nbsp;</div>
        <ul>
                    <li class="option-left"><a href="#/ajax/tpl_load.php?tpl=modal/add_profile" class="cssModal" title="Add this video to your profile"><img src="http://images.tangle.com/themes/tangle/img/viewvideo/add_to_profile_button.jpg" alt="Add to Profile" /></a></li>
          <li>
            <p class="txt-14 margin-bottom-8px">Add this to your profile</p>
            <p class="txt-12">By clicking &quot;<span class="bold">Add to Profile</span>&quot; you will be setting this<br />video as your primary default on your profile page.</p>
          </li>
                  </ul>
        <div class="dashed-clear">&nbsp;</div>
        <ul>
                    <li class="option-left"><a href="#/ajax/tpl_load.php?tpl=modal/subscribe_individual" class="cssModal" name="pngisusersubscribed" title="Subscribe to "><img src="http://images.tangle.com/themes/tangle/img/viewvideo/subscribe_to_user_button.jpg" alt="Subscribe to user" /></a></li>
          <li>
            <p class="txt-14 margin-bottom-8px">Subscribe to <span class="bold">cereal btt</span></p>
            <p class="txt-12">By clicking &quot;<span class="bold">Subscribe to User&quot;</span> you will receive<br />an email notification every time cereal btt uploads a new video.</p>
          </li>
                  </ul>
        <!-- end if logged in == true instance -->

        <!-- end if logged in == false instance -->
        <div class="dashed-clear">&nbsp;</div>
      </div>
      <!-- end #video-options -->
          </div>
    <!-- end tangle-videoindex-leftcolumn -->
    
    <div id="tangle-videoindex-rightcolumn">
      <div id="video_companion_ad">
        <!-- begin ad tag -->
<script type="text/javascript">
//<![CDATA[
document.write('<script type="text\/javascript" src="'+ads.getTag("body_video_companion","3","300x250")+'"><\/script>');
//]]>
</script>
<noscript><a href="http://ad.doubleclick.net/jump/gtb.tangle/view_video;pos=body_video_companion;ci=57672;l=1;m=video;vc=1;vl=4;tile=3;sz=300x250;ord=123456789?" target="_blank" ><img src="http://ad.doubleclick.net/ad/gtb.tangle/view_video;pos=body_video_companion;ci=57672;l=1;m=video;vc=1;vl=4;tile=3;sz=300x250;ord=123456789?" border="0" alt="" /></a></noscript>
<!-- end ad tag -->

      </div>
      
      <!-- structure for user about widget -->
      <div id="user-about-widget" class="txt-12">
        <div id="user-about-container">
          <div id="video-user-toolbar">
            <div id="user-avatar-column">
              <a href="/cereal"><img class="video-user-avatar" src="http://thumbs.tangle.com/e1/photoa1/17/1/46cfd16c8c33fd74.jpg" alt="cereal btt" /></a>
            </div>
            <div id="userwidget-info-column" class="txt-12">
              <p class="txt-14 bold"><a href="/cereal" class="white no-underline">cereal btt</a></p>
                            <p class="padding-bottom-2px">39 Years Old, k, Alabama</p>
              <p class="padding-bottom-6px">25,677 Profile Views</p>
              <p class="padding-bottom-6px txt-right">
                                                <a href="/mail/compose?UID=51&u=cereal" title="Contact cereal" >
                  <img src="http://images.tangle.com/themes/tangle/img/view_video/userwidget-message-button.png" alt="Message" />
                </a>
                                <a href="#/ajax/tpl_load.php?tpl=modal/subscribe_individual" class="cssModal" name="pngisusersubscribedg" title="Subscribe to this user">
                  <img src="http://images.tangle.com/themes/tangle/img/view_video/userwidget-subscribe-button.png" alt="Subscribe" />
                </a>
                                              </p>
            </div>
            <!-- end video-user-info-column -->
            <div class="clear_both">&nbsp;</div>
            
          </div>
          <!-- end video-user-toolbar -->
                    <p class="video-description padding-top-6px">Finding the path to finding what the ancient skies looked like.</p>
                              <p class="txt-11 margin-top-12px">
            <span class="bold">Tags:&nbsp;</span>
                        <a href="/search?search_type=video&search_text=Star" class="aqua">Star</a>
            &nbsp;                        <a href="/search?search_type=video&search_text=of" class="aqua">of</a>
            &nbsp;                        <a href="/search?search_type=video&search_text=Bethlehem" class="aqua">Bethlehem</a>
            &nbsp;                        <a href="/search?search_type=video&search_text=East" class="aqua">East</a>
            &nbsp;                        <a href="/search?search_type=video&search_text=Sky" class="aqua">Sky</a>
            &nbsp;                        <a href="/search?search_type=video&search_text=Jesus" class="aqua">Jesus</a>
            &nbsp;                        <a href="/search?search_type=video&search_text=Birth" class="aqua">Birth</a>
            &nbsp;                
                        <a href="/search?search_type=video&search_text=" class="aqua"></a>
            &nbsp;                      </p>
                    <p class="bold margin-top-8px margin-bottom-8px txt-14">cereal btt's Other Videos</p>
          <div id="user-shared-videos">
                        <ul>
              <li>
                <a href="/view_video?viewkey=3efc60bb86697f5c07c9" title="Christians Persecuted In North Korea"><div class="video-overlay-small">&nbsp;</div><img src="http://thumbs.tangle.com/e1/thumb/2/29/1_12886.jpg" alt="Christians Persecuted In North Korea" class="video-list-thumbnail" /></a>
              </li>
              <li>
                <p class="txt-14"><a href="/view_video?viewkey=3efc60bb86697f5c07c9" title="Christians Persecuted In North Korea" class="black">Christians Persecuted In North Korea</a></p>
                <p class="txt-12"><span class="orange">2,130</span> views | <span class="aqua">5</span> comments</p>
              </li>
              <li><div class="clear_both">&nbsp;</div></li>
            </ul>
                        <ul>
              <li>
                <a href="/view_video?viewkey=876e78e551367212ae73" title="Woody Allen interviews BIlly Graham"><div class="video-overlay-small">&nbsp;</div><img src="http://thumbs.tangle.com/e1/thumb/2/19/1_11887.jpg" alt="Woody Allen interviews BIlly Graham" class="video-list-thumbnail" /></a>
              </li>
              <li>
                <p class="txt-14"><a href="/view_video?viewkey=876e78e551367212ae73" title="Woody Allen interviews BIlly Graham" class="black">Woody Allen interviews BIlly Graham</a></p>
                <p class="txt-12"><span class="orange">2,130</span> views | <span class="aqua">2</span> comments</p>
              </li>
              <li><div class="clear_both">&nbsp;</div></li>
            </ul>
                        <ul>
              <li>
                <a href="/view_video?viewkey=205091e18d1140e9f38c" title="Debbie Imaginacion"><div class="video-overlay-small">&nbsp;</div><img src="http://thumbs.tangle.com/e1/thumb/1/3/1_229.jpg" alt="Debbie Imaginacion" class="video-list-thumbnail" /></a>
              </li>
              <li>
                <p class="txt-14"><a href="/view_video?viewkey=205091e18d1140e9f38c" title="Debbie Imaginacion" class="black">Debbie Imaginacion</a></p>
                <p class="txt-12"><span class="orange">18,927</span> views | <span class="aqua">19</span> comments</p>
              </li>
              <li><div class="clear_both">&nbsp;</div></li>
            </ul>
                        <ul>
              <li>
                <a href="/view_video?viewkey=43f4824dad0c8bf97a61" title="A Flag In  A Pawn Shop"><div class="video-overlay-small">&nbsp;</div><img src="http://thumbs.tangle.com/e1/thumb/13/87/1_128633.jpg" alt="A Flag In  A Pawn Shop" class="video-list-thumbnail" /></a>
              </li>
              <li>
                <p class="txt-14"><a href="/view_video?viewkey=43f4824dad0c8bf97a61" title="A Flag In  A Pawn Shop" class="black">A Flag In  A Pawn Shop</a></p>
                <p class="txt-12"><span class="orange">3,038</span> views | <span class="aqua">2</span> comments</p>
              </li>
              <li><div class="clear_both">&nbsp;</div></li>
            </ul>
                        <ul>
              <li>
                <a href="/view_video?viewkey=9d2542617d19206b9540" title="Persecution of the Church in China v11"><div class="video-overlay-small">&nbsp;</div><img src="http://thumbs.tangle.com/e1/thumb/2/25/1_12411.jpg" alt="Persecution of the Church in China v11" class="video-list-thumbnail" /></a>
              </li>
              <li>
                <p class="txt-14"><a href="/view_video?viewkey=9d2542617d19206b9540" title="Persecution of the Church in China v11" class="black">Persecution of the Church in China v11</a></p>
                <p class="txt-12"><span class="orange">1,350</span> views | <span class="aqua">1</span> comments</p>
              </li>
              <li><div class="clear_both">&nbsp;</div></li>
            </ul>
                      </div>
        </div>
        <!-- end user-about-container -->
      </div>
      <!-- end structure for user about widget -->
      
      <!-- google ad unit -->
			<!-- start structure for google ads -->
			<div id="google_view_video_link_unit">
			
			<script language="JavaScript">
			<!--
			function google_ad_request_done(google_ads) {
			/*
			* This function is required and is used to display
			* the ads that are returned from the JavaScript
			* request. You should modify the document.write
			* commands so that the HTML they write out fits
			* with your desired ad layout.
			*/
			var s = '';
			var i;
			
			/*
			* Verify that there are actually ads to display.
			*/
			if (google_ads.length == 0) {
			return;
			}
			
			/*
			* If an image or flash ad is returned, display that ad.
			* Otherwise, build a string containing all of the ads and
			* then use a document.write() command to print that string.
			*/
			
			if (google_ads[0].type == "flash") {
			
			   s += '<a href=\"' +
			google_info.feedback_url + '\" style="color:000000">Ads by Google</a><br>' +
			'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
			' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="' +
			google_ad.image_width + '" HEIGHT="' +
			google_ad.image_height + '"> <PARAM NAME="movie" VALUE="' +
			google_ad.image_url + '">' +
			'<PARAM NAME="quality" VALUE="high">' +
			'<PARAM NAME="AllowScriptAccess" VALUE="never">' +
			'<EMBED src="' +
			google_ad.image_url + '" WIDTH="' +
			google_ad.image_width + '" HEIGHT="' +
			google_ad.image_height +
			'" TYPE="application/x-shockwave-flash"' +
			' AllowScriptAccess="never" ' +
			' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';
			
			} else if (google_ads[0].type == "image") {
			
			   s += '<a href=\"' +
			google_info.feedback_url + '\" style="color:000000">Ads by Google</a><br> <a href="' +
			google_ads[0].url + '" target="_top" title="go to ' +
			google_ads[0].visible_url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
			google_ads[0].visible_url + '\';return true"><img border="0" src="' +
			google_ads[0].image_url + '"width="' +
			google_ads[0].image_width + '"height="' +
			google_ads[0].image_height + '"></a>';
			
			} else if (google_ads[0].type == "html") {
			
			s += google_ads[0].snippet;
			
			} else {
			
			if (google_ads.length == 1) {
			/*
			* Partners should adjust text sizes
			* so ads occupy the majority of ad space.
			*/
			   s += '<a href=\"' +
			google_info.feedback_url + '\" style="color:000000">Ads by Google</a><br> <a style="text-decoration:none;color:#00BECF" href="' +
			google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
			google_ads[0].visible_url + '\';return true"> <span style="text-decoration:underline;font-size:12pt"> <b>' +
			google_ads[0].line1 + '</b><br></span></a> <span style="color:#000000;font-size:11pt">' +
			google_ads[0].line2 + '&nbsp;' +
			google_ads[0].line3 + '<br></span> <span><a style="color:#2200CC;font-size:12pt;text-decoration:none" href="' +
			google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
			google_ads[0].visible_url + '\';return true">' +
			google_ads[0].visible_url + '</span></a><br>';
			
			} else if (google_ads.length > 1) {
			
			   s += '<a href=\"' + google_info.feedback_url + '\" style="color:000000">Ads by Google</a><br>'
			
			  /*
			  * For text ads, append each ad to the string.
			  */
			
			for(i = 0; i < google_ads.length; ++i) {
			
			s += '<br><a style="text-decoration:none;color:#00BECF" href="' +
			google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
			google_ads[i].visible_url + '\';return true"> <span style="text-decoration:underline"> <b>' +
			google_ads[i].line1 + '</b><br></span></a> <span style="color:#000000">' +
			google_ads[i].line2 + '<br>' +
			google_ads[i].line3 + '<br></span> <span><a style="color:#2200CC;text-decoration:none" href="' +
			google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
			google_ads[i].visible_url + '\';return true">' +
			google_ads[i].visible_url + '</span></a><br>';
			}
			}
			    }
			
			    document.write(s);
			    return;
			  }
			
			google_ad_client = 'pub-8692118267863726'; // substitute your client_id (pub-#)
			google_ad_channel = '6738376702';
			google_ad_output = 'js';
			google_max_num_ads = '3';
			google_ad_type = 'text';
			google_image_size = '300x250';
			google_feedback = 'on';
			// -->
			</script>
			
			<!--
			/*
			* The JavaScript returned from the following page uses
			* the parameter values assigned above to populate an array
			* of ad objects. Once that array has been populated,
			* the JavaScript will call the google_ad_request_done
			* function to display the ads.
			*/
			-->
			
			<script language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script>
			
			</div>
			
			<!-- end structure for google ads -->
      
      <!-- featured videos widget -->
      <!-- structure for video widget -->
            <div id="featured-video-list-widget">
        <h3>Featured Videos</h3>
                <ul>
          <li>
            <a href="/view_video?viewkey=7656c93edda13ce52f33" title="Cat Boxing Match!!"><div class="video-overlay-small">&nbsp;</div><img src="http://thumbs.tangle.com/e1/thumb/32/85/1_318413.jpg" alt="Cat Boxing Match!!" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=7656c93edda13ce52f33" title="Cat Boxing Match!!" class="black">Cat Boxing Match!!</a></p>
            <p class="txt-12"><span class="orange">32,980</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                <ul>
          <li>
            <a href="/view_video?viewkey=f596d290414df43f57a3" title="Silly Song from VeggieTales: Minnesota Cuke and the Search for Noah's Umbrella"><div class="video-overlay-small">&nbsp;</div><img src="http://thumbs.tangle.com/e1/thumb/29/83/1_288255.jpg" alt="Silly Song from VeggieTales: Minnesota Cuke and the Search for Noah's Umbrella" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=f596d290414df43f57a3" title="Silly Song from VeggieTales: Minnesota Cuke and the Search for Noah's Umbrella" class="black">Silly Song from VeggieTales: Minnesota Cuke and the Search for Noah's Umbrella</a></p>
            <p class="txt-12"><span class="orange">4,017</span> views | <span class="aqua">14</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                <ul>
          <li>
            <a href="/view_video?viewkey=8768cf5b97a6d08ae5ce" title="No, Mr. President: John Piper's Response to President Obama"><div class="video-overlay-small">&nbsp;</div><img src="http://thumbs.tangle.com/e1/thumb/27/66/1_266543.jpg" alt="No, Mr. President: John Piper's Response to President Obama" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=8768cf5b97a6d08ae5ce" title="No, Mr. President: John Piper's Response to President Obama" class="black">No, Mr. President: John Piper's Response to President Obama</a></p>
            <p class="txt-12"><span class="orange">27,402</span> views | <span class="aqua">4</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
      </div>
      <!-- end structure for video widget -->
            <!-- end featured videos widget -->
      
      <!-- Top 10 videos widget -->
      <!-- structure for video widget -->
      <div id="top-video-list-widget">
        <h3>Top 10 on tangle</h3>
        
                
        <ul>
          <li>
            <a href="/view_video?viewkey=718937b31865f06e4c51" title="Obsession:  Radical Islam's War Against the West"><div class="video-top-10-overlay">10</div><img src="http://thumbs.tangle.com/e1/thumb/33/22/1_322136.jpg" alt="Obsession:  Radical Islam's War Against the West" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=718937b31865f06e4c51" title="Obsession:  Radical Islam's War Against the West" class="black">Obsession:  Radical Islam's War Against the West</a></p>
            <p class="txt-12"><span class="orange">11,454</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=f589c623f48fbcabff59" title="World's Worst 4-Year-Old Goalie"><div class="video-top-10-overlay">9</div><img src="http://thumbs.tangle.com/e1/thumb/33/25/1_322415.jpg" alt="World's Worst 4-Year-Old Goalie" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=f589c623f48fbcabff59" title="World's Worst 4-Year-Old Goalie" class="black">World's Worst 4-Year-Old Goalie</a></p>
            <p class="txt-12"><span class="orange">84</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=c78a553ea1572997e600" title="Your Thanksgiving Inventory"><div class="video-top-10-overlay">8</div><img src="http://thumbs.tangle.com/e1/thumb/32/83/1_318277.jpg" alt="Your Thanksgiving Inventory" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=c78a553ea1572997e600" title="Your Thanksgiving Inventory" class="black">Your Thanksgiving Inventory</a></p>
            <p class="txt-12"><span class="orange">1,051</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=6ea81ea29ec7831e9b07" title="Box of Hope"><div class="video-top-10-overlay">7</div><img src="http://thumbs.tangle.com/e1/thumb/23/55/1_225483.jpg" alt="Box of Hope" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=6ea81ea29ec7831e9b07" title="Box of Hope" class="black">Box of Hope</a></p>
            <p class="txt-12"><span class="orange">1,173</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=9c455fed7347e7d1e65f" title="Christian janitor died saving Muslim students"><div class="video-top-10-overlay">6</div><img src="http://thumbs.tangle.com/e1/thumb/33/5/1_320470.jpg" alt="Christian janitor died saving Muslim students" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=9c455fed7347e7d1e65f" title="Christian janitor died saving Muslim students" class="black">Christian janitor died saving Muslim students</a></p>
            <p class="txt-12"><span class="orange">30,825</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=e3badad4c82af4143afb" title="Do You Love Gay People? - A Love Issue"><div class="video-top-10-overlay">5</div><img src="http://thumbs.tangle.com/e1/thumb/18/71/1_177081.jpg" alt="Do You Love Gay People? - A Love Issue" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=e3badad4c82af4143afb" title="Do You Love Gay People? - A Love Issue" class="black">Do You Love Gay People? - A Love Issue</a></p>
            <p class="txt-12"><span class="orange">80,811</span> views | <span class="aqua">69</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=61d683a5305ce8618915" title="Face-Off With a Deadly Predator"><div class="video-top-10-overlay">4</div><img src="http://thumbs.tangle.com/e1/thumb/33/17/1_321614.jpg" alt="Face-Off With a Deadly Predator" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=61d683a5305ce8618915" title="Face-Off With a Deadly Predator" class="black">Face-Off With a Deadly Predator</a></p>
            <p class="txt-12"><span class="orange">419</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=8cf08faca5dd9ea45513" title="My Redeemer Lives - Team Hoyt"><div class="video-top-10-overlay">3</div><img src="http://thumbs.tangle.com/e1/thumb/3/94/1_29396.jpg" alt="My Redeemer Lives - Team Hoyt" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=8cf08faca5dd9ea45513" title="My Redeemer Lives - Team Hoyt" class="black">My Redeemer Lives - Team Hoyt</a></p>
            <p class="txt-12"><span class="orange">15,630,842</span> views | <span class="aqua">3,008</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=c93dbc31aeb4a0b137cc" title="Hilarious Yogi Bear Audition"><div class="video-top-10-overlay">2</div><img src="http://thumbs.tangle.com/e1/thumb/33/25/1_322426.jpg" alt="Hilarious Yogi Bear Audition" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=c93dbc31aeb4a0b137cc" title="Hilarious Yogi Bear Audition" class="black">Hilarious Yogi Bear Audition</a></p>
            <p class="txt-12"><span class="orange">97</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
        <ul>
          <li>
            <a href="/view_video?viewkey=3e81439b574f655c1168" title="Rape Victim Forgives Attackers - CBN.com"><div class="video-top-10-overlay">1</div><img src="http://thumbs.tangle.com/e1/thumb/25/37/1_243691.jpg" alt="Rape Victim Forgives Attackers - CBN.com" class="video-list-thumbnail" /></a>
          </li>
          <li>
            <p class="txt-14"><a href="/view_video?viewkey=3e81439b574f655c1168" title="Rape Victim Forgives Attackers - CBN.com" class="black">Rape Victim Forgives Attackers - CBN.com</a></p>
            <p class="txt-12"><span class="orange">4,629</span> views | <span class="aqua">0</span> comments</p>
          </li>
          <li><div class="clear_both">&nbsp;</div></li>
        </ul>
                
      </div>
      <!-- end structure for video widget -->
      <!-- end top 10 videos widget -->

      <!-- related videos widget -->
      <!-- structure for video widget -->
            <!-- end related videos widget -->      
    </div>
    <!-- end right column -->
    <div class="clear_both">&nbsp;</div>
  </div>
  <!-- end viewvideo-index-container -->
  </div>
  <!-- end slidngContainerContentWhite -->

  <!-- begin bottom rounded corners -->
  <div class="slidingContainerCorners">
    <div class="slidingContainerBottomLeftWhite">&nbsp;</div>
    <div class="slidingContainerBottomRightWhite">&nbsp;</div>
    <div class="slidingContainerFillWhite">&nbsp;</div>
  </div>
  <!-- end bottom rounded corners -->

      </div>
      <!-- end :: tangle-container-content -->

      <!-- FOOTER -->
      <div id="tangle-container-footer">
        <div id="tangle-footer">
  
<script type="text/javascript">
$(document).ready(function(){

  $("input#main-nav-search").attr("value", "SEARCH");
  $("input#main-nav-search").blur();

  // masthead search default and blur
  // if search field says Search it gets cleared
  $("input#footer-input-search").focus(function(){  
    $("input#footer-input-search").css("color","#000");
    if ( $(this).attr("value") == "SEARCH")
        $(this).attr("value","");
  });

    // if search field contains "SEARCH" field is set to blank and focused, if search field is blank replace field with "SEARCH"
  $("input#footer-search-button").click(function(){
   if($("input#footer-input-search").attr("value")=="SEARCH"){
     $("input#footer-input-search").attr("value","");
     $("input#footer-input-search").focus();
     return false;
   }else if($("input#footer-input-search").attr("value")==""){
     $("input#footer-input-search").attr("value", "SEARCH")
     $("input#footer-input-search").css("color","#999999");
     return false;
   }
  });

});
</script>

<div class="widget-box-inner">
  <div class="widget-container-content">
    
    <div id="footer-content-left">
      <div id="quick-links">
        <div id="quick-link-group-container">
          <div class="quick-link-group">
            <h4>IN THE COMMUNITY</h4>
            <ul>
              <li><a href="/signup" title="Create a Profile">Create a Profile</a></li>
              <li><a href="/people" title="Find a Friend">Find a Friend</a></li>
              <li><a href="/bible" title="Online Bible">Online Bible</a></li>
              <li><a href="/prayers" title="Post a Prayer">Post a Prayer</a></li>
              <li><a href="/ministry" title="Ministries">Ministries</a></li>
              <li><a href="/ministry" title="Churches">Churches</a></li>
              <li><a href="/band" title="Bands">Bands</a></li>
              <li><a href="/group" title="Groups">Groups</a></li>
            </ul>
          </div>
          <div class="quick-link-group">
            <h4>TANGLE <div class="tm">TM</div></h4>
            <ul class="medium-gray txt-11">
              <li><a href="http://tangle.zendesk.com/forums/59360/entries/50437">Crisis Hotlines</a></li>
              <li><a href="/support/contact.php">Contact Us</a></li>
              <li><a href="/about_us" title="Company Info">Company Info</a></li>             
              <li><a href="/support/aboutus" title="Mission Statement">Mission Statement</a></li>
              <li><a href="/support/legal" title="Terms of Use">Terms of Use</a></li>
              <li><a href="/support/legal.php#privacyPolicy" title="Privacy Policy">Privacy Policy</a></li>
              <li><a href="http://tangle.zendesk.com/forums/63712/entries/56192" title="Press">Press</a></li>
              <li><a href="http://tangle.zendesk.com/forums/59360/entries/56634" title="Careers">Careers</a></li>
              <li><a href="/advertise_with_us" title="Advertise With Us">Advertise With Us</a></li>
              <li><a href="/site-map" title="View the tangle site map">Site Map</a></li>
            </ul>
          </div>
          <div class="quick-link-group">
            <h4>FAQs</h4>
            <ul class="medium-gray txt-11">
              <li><a href="http://tangle.zendesk.com/forums/50400/entries" title="General Frequently Asked Questions">General FAQs</a></li>
              <li><a href="http://tangle.zendesk.com/forums/50399/entries" title="Video Frequently Asked Questions">Video FAQs</a></li>
              <li><a href="http://tangle.zendesk.com/forums/46588/entries" title="Individual Page Frequently Asked Questions">Individual Page FAQs</a></li>
              <li><a href="http://tangle.zendesk.com/forums/49894/entries" title="Groups &amp; Organization Frequently Asked Questions">Groups &amp; Organization FAQs</a></li>
              <li><a href="http://tangle.zendesk.com/forums/50401/entries" title="Virtual Bible Frequently Asked Questions">Online Bible FAQs</a></li>
              <li><a href="http://tangle.zendesk.com/forums/50402/entries" title="Prayer Wall Frequently Asked Questions">Prayer Wall FAQs</a></li>
            </ul>
          </div>
          <div class="quick-link-group">
            <h4>VIDEOS</h4>
            <ul class="medium-gray txt-11">
              <li><a href="/video?category=popular_today" title="Most Popular Videos">Most Popular</a></li>
              <li><a href="/video?category=featured" title="Featured Videos">Featured</a></li>
              <li><a href="/video?category=discussed_today" title="Most Discussed Videos">Most Discussed</a></li>
              <li><a href="/video?category=favorited_all" title="Most Favorited Videos">Most Favorited</a></li>
              <li><a href="/video?category=added_today" title="New Videos">New Videos</a></li>
              <li><a href="/searchv3.php?search_text=Espanol+&search_type=video" title="Espa&ntilde;ol Videos">Espa&ntilde;ol Videos</a></li>
            </ul>
          </div>
          <div class="quick-link-group quick-link-group-last">
            <h4>MUSIC</h4>
            <ul class="medium-gray txt-11">
              <li><a href="/band" title="Featured Bands">Featured</a></li>
              <li><a href="/band?category=popular_today" title="Most Popular Bands">Most Popular</a></li>
              <!-- <li><a href="/band" title="Most Fans">Most Fans</a></li> -->
              <li><a href="/band?category=added_today" title="New Bands">New Bands</a></li>
            </ul>
          </div>
        </div>
        <div class="clear_both">&nbsp;</div>
      </div>
      <div class="clear_both">&nbsp;</div>
      
      <div class="ad">
        
      </div>
      
      <div class="footer-copy txt-10">
            <p>
        tangle&trade; members include <a class="white" href="/people">Individuals</a>, <a class="white" href="/group">Groups</a>, <a class="white" href="/ministry">Churches</a>, <a class="white" href="/ministry">Ministries</a> and <a class="white" href="/band">Bands</a>. Our online Christian community uploads and shares everything from funny, inspirational and pet videos to contemporary Christian rock, pop and hip hop <a class="white" href="/band">music</a>, <a class="white" href="/photo">photos</a>, blogs, discussions and <a class="white" href="/prayers">prayers</a>. Our <a class="white" href="/bible">Online Bible</a> invites discussion centered on God&rsquo;s Word. Everything uploaded to tangle.com is first <a class="white" href="http://tangle.zendesk.com/forums/50400/entries">reviewed by our customer care team</a> to provide a site free of inappropriate material. tangle.com is the <a class="white" href="/support/legal.php#privacyPolicy">secure</a> social networking alternative for teenagers, young adults and parents who are seeking the truth in Christ or just clean fun.         
      </p>
            </div>
      <div class="copyright txt-11">
        <p>&quot;<span class="bold medium-gray">tangle</span>&quot;&trade; and other marks are property of Big Jump Media Inc.</p>
        <p>&copy;2009 Big Jump Media Inc.  All rights reserved.</p>
      </div>
    </div>
    
    <div id="footer-content-right">
      
      <div id="tangle-footer-search">
        <form id="footerSearchForm" name="footerSearchForm" action="/search" method="get">
          <input type="hidden" name="page" value="1">
          <input name="search_text" class="txt-11 dark-gray" type="text" id="footer-input-search" value="SEARCH" />
          
          <script type="text/javascript">
            $(document).ready(function() {
              $('#footer-input-search').autocomplete({ serviceUrl:'/ajax/autoc.php', typeID:'tangle-global-footer-search-type' });
            });
          </script>
          
          <input id="footer-search-button" class="txt-11 dark-gray" title="Search" type="image" src="http://images.tangle.com/themes/tangle/img/tangle_header_v2/magnify-glass-button.gif" alt="Search" />
        </form>
      </div>
      <!-- end #tangle-footer-search -->
      <div class="clear_both">&nbsp;</div>
      
      <a href="/upload" title="Upload Media" id="footer-upload-button"><img alt="Upload Media" title="Upload Media" src="http://images.tangle.com/themes/tangle/img/tangle_header_v2/main-nav-upload-button.gif" /></a>
      
      <div class="clear_both">&nbsp;</div>
      
      <div class="getflash txt-10">
        <ul>
          <li class="getflashbadge"><a href="http://www.adobe.com/support/flashplayer/downloads.html" title="Get The Adobe Flash Player"><img src="http://images.tangle.com/themes/tangle/img/tangle_footer/flash_player.gif" alt="Get Adobe Flash&reg; Player" /></a></li>
          <li class="getflashcontent">You need to have Flash 9 or higher in order to view videos on tangle.</li>
        </ul>
      </div>
      <!-- end .getflash -->
    </div>
    
  </div>
</div>
<!-- end .widget-box-inner -->
<div class="clear_both">&nbsp;</div>
</div>
<!-- end :: tangle-footer -->
<div class="clear_both">&nbsp;</div>
      </div>
      <!-- end :: tangle-container-footer -->
      
    </div>
    <!-- end :: tangle-container-page -->
  </div>
  <!-- end :: tangle-container-skin -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4546428-5");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>